home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
COMPRESS
/
BOOZ21.ARJ
/
FUNC.H
< prev
next >
Wrap
C/C++ Source or Header
|
1991-07-10
|
494b
|
27 lines
/* OBSOLETE -- NOW PART OF BOOZ.H */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1987/02/08
*/
/* Functions defined by Booz */
int getfile ();
int lzd ();
int readdir ();
int rd_zooh ();
int rd_dir ();
int addbfcrc();
int prterror();
int oozext ();
int putstr ();
char *itoa ();
int fixfname ();
/* Standard functions */
char *malloc();
char *strcpy();
char *strcat();
char *strncat();